//==============================================================================
// Archer_Anim.txt
//==============================================================================

import bow_atlantean_anim.txt

//==============================================================================
define LargeGreekShield
{
	SetSelector
	{
			set hotspot
			{
				version
				{
					visual Attachments G Shield Wood
				}
			}
		}
	}
}

//==============================================================================
define Head
{
   SetSelector
   {
		set hotspot
		{
			version
			{
				Visual Siege C Fire Lance Head
         }
      }
   }
}

//==============================================================================
anim Idle
{
	SetSelector 
	{
			set hotspot
			{
				version
				{
					Visual Archer N Normal_IdleA
					connect Righthand bow hotspot
					Connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
					Connect FRONTABDOMEN heroglow hotspot
ReplaceTexture Archer N Normal Standard/archer c rattan
				}
			}
		}
   }
}

//==============================================================================
anim walk
{
	SetSelector 
	{
			set hotspot
			{
				version
				{
					Visual Archer N Normal_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.15 true   
                  tag FootstepRight 0.50 true   
//-- end auto generated section
					connect Righthand bow hotspot
					Connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
length 0.5
ReplaceTexture Archer N Normal Standard/archer c rattan
				}
			}
		}
   }
}

//==============================================================================
anim RangedAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer N Normal_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.40 true   
                  tag GenericSound 0.40 true   
                  tag SpecificSoundSet 0.65 false Arrow checkVisible 
//-- end auto generated section
					Connect TopOfHead Head hotspot
					Connect LeftForearm LargeGreekShield hotspot
					connect Righthand bow hotspot
					Connect FRONTABDOMEN heroglow hotspot
ReplaceTexture Archer N Normal Standard/archer c rattan
         }
      }
   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer N Normal_DeathA
					connect Righthand bow hotspot
					Connect TopOfHead Head hotspot
					Connect LeftForearm LargeGreekShield hotspot
ReplaceTexture Archer N Normal Standard/archer c rattan
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
					Visual Archer N Normal_FlailA
					connect Righthand bow hotspot
					Connect LeftForearm LargeGreekShield hotspot
					Connect TopOfHead Head hotspot
					Connect FRONTABDOMEN heroglow hotspot
ReplaceTexture Archer N Normal Standard/archer c rattan
         }
      }
   }
}